Skip to content

fix(ci): suppress Ruby license false positives in Snyk checks#706

Merged
arpit-jn merged 1 commit intomasterfrom
snyk-fix
Mar 13, 2026
Merged

fix(ci): suppress Ruby license false positives in Snyk checks#706
arpit-jn merged 1 commit intomasterfrom
snyk-fix

Conversation

@arpit-jn
Copy link
Contributor

Changes

The Snyk CI check was failing on Ruby license issues for json and reline. Both Ruby standard library gems maintained by the Ruby core team. These are not security vulnerabilities; the Ruby license (an OSI-approved open source license) is flagged by the org's Snyk license policy but is acceptable for this project.

Added .snyk ignore entries to suppress these false positives:

  • json: introduced via rubocop and other paths
  • reline: introduced via guard-rspec > guard > formatador > reline

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

  • This change adds unit test coverage
  • This change adds integration test coverage
  • This change has been tested on the latest version of Ruby

Checklist

@arpit-jn arpit-jn requested a review from a team as a code owner March 13, 2026 05:51
Copy link
Contributor

@kishore7snehil kishore7snehil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@arpit-jn arpit-jn merged commit f1b55b4 into master Mar 13, 2026
9 checks passed
@arpit-jn arpit-jn deleted the snyk-fix branch March 13, 2026 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants